projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6155205
)
(syms_of_emacs) <command-line-args>: Doc fix.
author
Richard M. Stallman
<rms@gnu.org>
Thu, 12 Sep 2002 03:26:59 +0000
(
03:26
+0000)
committer
Richard M. Stallman
<rms@gnu.org>
Thu, 12 Sep 2002 03:26:59 +0000
(
03:26
+0000)
src/emacs.c
patch
|
blob
|
history
diff --git
a/src/emacs.c
b/src/emacs.c
index 434befaaa620cd87021b05cd5996e3158cb44451..96e33928a51d8b32fa40b4b0c5596ffabf03ead6 100644
(file)
--- a/
src/emacs.c
+++ b/
src/emacs.c
@@
-2281,7
+2281,8
@@
syms_of_emacs ()
defsubr (&Sinvocation_directory);
DEFVAR_LISP ("command-line-args", &Vcommand_line_args,
- doc: /* Args passed by shell to Emacs, as a list of strings. */);
+ doc: /* Args passed by shell to Emacs, as a list of strings.
+Many arguments are deleted from the list as they are processed. */);
DEFVAR_LISP ("system-type", &Vsystem_type,
doc: /* Value is symbol indicating type of operating system you are using. */);